StudentBankAccount 
EntityType  Independent 
Logical Entity Name  StudentBankAccount 
Default Table Name  SaStudentBankAccount 
Logical Only  NO 
Definition 
 
Note 
 

StudentBankAccount Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
StudentId(FK)    INTEGER  NO 
 
TransactionType    CHAR(1)  NO 
 
BankName    VARCHAR(60)  NO 
 
RoutingNumber    CHAR(9)  NO 
 
AccountNumber    VARCHAR(150)  YES 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
IsPrimaryPayment    BIT  NO 
 
AccountType    CHAR(16)  NO 
 
IsDirectDeposit    BIT  YES 
 
MerchantProcessingCode    VARCHAR(19)  YES 
 
InitializationVector    VARCHAR(100)  YES 
 
StudentId(FK)    INTEGER  YES 
 

StudentBankAccount Keys 
Key Name  Key Type  Keys 
SaStudentBankAccount_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
SaStudentBankAccount_SyStudentID_N_N_IDX  Inversion Entry  StudentId 
SaStudentBankAccount_SaStudentBankAccountID_U_C_IDX  PrimaryKey  Id 

StudentBankAccount Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Student  Non-Identifying  One To Zero or More        StudentId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Student  Non-Identifying  Zero or One to Zero or More        StudentId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
StudentAward  Non-Identifying  One To Zero or More          NO 
SaOnlineACHBatch  Non-Identifying  One To Zero or More          NO 
SaOnlineACHBatchRefund  Non-Identifying  One To Zero or More          NO 

StudentBankAccount Check Constraints 
Check Constraint Name  CheckConstraint